<html>
<head>
<title>$SECTION_NAME$ - $MODULE_NAME$ - $SITE_NAME$</title>
<link type="text/css" rel="StyleSheet" href="/_st/my.css" /> 
</head>
<body>
<script type="text/javascript">
 $(document).ready(function () { 
 $('.bg_img').hover(function () {
 $(this).stop().animate({opacity: 0.7}, 'normal');
 }, function () {
 $(this).stop().animate({opacity: 1}, 'normal');
 });
 //Picture fade plus
 $(' .yvel a').addClass('fadehide').hide();
 $(' .yvel').hover(function() {
 $(this).find('a.fadehide').stop().fadeIn('slow');
 }, function() {
 $(this).find('a.fadehide').stop().fadeOut('slow');
 });
 //Paginator
 $(".next, .prew").parent().parent().css("padding","0");
 $(".prew, .next").parent().css("padding","0");
 });
</script> 
<div id="container">

$GLOBAL_AHEADER$

<div class="container_tbg"></div> 
<div class="container_cbg">
<div class="side_left">
$GLOBAL_CLEFTER$
</div>
<div class="side_center">
<!-- <body> -->
<div class="link">$BODY$</div>
<!-- </body> -->
</div><div class="clear"></div></div><div class="container_bbg"></div> 

$GLOBAL_BFOOTER$

</div>
</body>
</html>